Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the minor-and-patch group with 7 updates:

Package From To
@cloudflare/workers-types 4.20260118.0 4.20260124.0
@sentry/core 10.35.0 10.36.0
@typescript-eslint/eslint-plugin 8.53.1 8.54.0
@typescript-eslint/parser 8.53.1 8.54.0
globals 17.0.0 17.1.0
prettier 3.8.0 3.8.1
wrangler 4.59.2 4.60.0

Updates @cloudflare/workers-types from 4.20260118.0 to 4.20260124.0

Commits

Updates @sentry/core from 10.35.0 to 10.36.0

Release notes

Sourced from @​sentry/core's releases.

10.36.0

  • feat(node): Add Prisma v7 support (#18908)
  • feat(opentelemetry): Support db.system.name attribute for database spans (#18902)
  • feat(deps): Bump OpenTelemetry dependencies (#18878)
  • fix(core): Sanitize data URLs in http.client spans (#18896)
  • fix(nextjs): Add ALS runner fallbacks for serverless environments (#18889)
  • fix(node): Profiling debug ID matching (#18817)
  • chore(deps-dev): bump @​remix-run/server-runtime from 2.15.2 to 2.17.3 in /packages/remix (#18750)

Bundle size 📦

Path Size
@​sentry/browser 24.61 KB
@​sentry/browser - with treeshaking flags 23.15 KB
@​sentry/browser (incl. Tracing) 41.04 KB
@​sentry/browser (incl. Tracing, Profiling) 45.56 KB
@​sentry/browser (incl. Tracing, Replay) 78.74 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 68.63 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 83.32 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 95.24 KB
@​sentry/browser (incl. Feedback) 40.94 KB
@​sentry/browser (incl. sendFeedback) 29.19 KB
@​sentry/browser (incl. FeedbackAsync) 34.07 KB
@​sentry/browser (incl. Metrics) 25.69 KB
@​sentry/browser (incl. Logs) 25.84 KB
@​sentry/browser (incl. Metrics & Logs) 26.48 KB
@​sentry/react 26.3 KB
@​sentry/react (incl. Tracing) 43.22 KB
@​sentry/vue 28.95 KB
@​sentry/vue (incl. Tracing) 42.79 KB
@​sentry/svelte 24.63 KB
CDN Bundle 27.13 KB
CDN Bundle (incl. Tracing) 41.83 KB
CDN Bundle (incl. Tracing, Logs, Metrics) 42.63 KB
CDN Bundle (incl. Tracing, Replay) 77.67 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 82.98 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 83.87 KB
CDN Bundle - uncompressed 79.36 KB
CDN Bundle (incl. Tracing) - uncompressed 123.84 KB
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 126.61 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 237.64 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 250.14 KB
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 252.89 KB

... (truncated)

Changelog

Sourced from @​sentry/core's changelog.

10.36.0

  • feat(node): Add Prisma v7 support (#18908)
  • feat(opentelemetry): Support db.system.name attribute for database spans (#18902)
  • feat(deps): Bump OpenTelemetry dependencies (#18878)
  • fix(core): Sanitize data URLs in http.client spans (#18896)
  • fix(nextjs): Add ALS runner fallbacks for serverless environments (#18889)
  • fix(node): Profiling debug ID matching
  • chore(deps-dev): bump @​remix-run/server-runtime from 2.15.2 to 2.17.3 in /packages/remix (#18750)
Commits
  • 21ec8f1 release: 10.36.0
  • d4660db meta(changelog): Update changelog for 10.36.0 (#18915)
  • d185952 meta(changelog): Update changelog for 10.36.0
  • ba390df fix(node): Profiling debug ID matching
  • f66969d Merge branch 'develop' into timfish/fix/profiling-debug-images
  • 6d9a7f7 PR reivew
  • 65afa6a feat(node): Add Prisma v7 support (#18908)
  • 4695148 fix(core): Sanitize data URLs in http.client spans (#18896)
  • 2f0d9dc feat(opentelemetry): Support db.system.name attribute for database spans (#...
  • 9115e19 feat(deps): Bump OpenTelemetry dependencies (#18878)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.53.1 to 8.54.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • deps: update dependency prettier to v3.8.0 (#11991)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • d423e57 chore(release): publish 8.54.0
  • 80e33ff feat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)
  • ec4f73a feat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...
  • d32f909 test(eslint-plugin): skip rules tests in windows ci (#11988)
  • 17fa993 test(eslint-plugin): improve vitest performance with isolate: false (#11754)
  • 1c66ab4 fix(eslint-plugin): [no-unnecessary-type-assertion] check both base constrain...
  • aaa7ca2 fix(deps): update dependency prettier to v3.8.0 (#11991)
  • d50aa18 fix(scope-manager): fix catch clause scopes def.name (#11982)
  • 4c0b379 fix(eslint-plugin): [no-unused-private-class-members] private destructured cl...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.53.1 to 8.54.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.54.0 (2026-01-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates globals from 17.0.0 to 17.1.0

Release notes

Sourced from globals's releases.

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

sindresorhus/globals@v17.0.0...v17.1.0

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates wrangler from 4.59.2 to 4.60.0

Release notes

Sourced from wrangler's releases.

wrangler@4.60.0

Minor Changes

  • #11113 bba0968 Thanks @​AmirSa12! - Add wrangler complete command for shell completion scripts (bash, zsh, powershell)

    Usage:

    # Bash
    wrangler complete bash >> ~/.bashrc
    Zsh
    wrangler complete zsh >> ~/.zshrc
    Fish
    wrangler complete fish >> ~/.config/fish/completions/wrangler.fish
    PowerShell
    wrangler complete powershell > $PROFILE

    • Uses @bomb.sh/tab library for cross-shell compatibility
    • Completions are dynamically generated from experimental_getWranglerCommands() API
  • #11893 f9e8a45 Thanks @​NuroDev! - wrangler types now generates per-environment TypeScript interfaces when named environments exist in your configuration.

    When your configuration has named environments (an env object), wrangler types now generates both:

    • Per-environment interfaces (e.g., StagingEnv, ProductionEnv) containing only the bindings explicitly declared in each environment, plus inherited secrets
    • An aggregated Env interface with all bindings from all environments (top-level + named environments), where:
      • Bindings present in all environments are required
      • Bindings not present in all environments are optional
      • Secrets are always required (since they're inherited everywhere)
      • Conflicting binding types across environments produce union types (e.g., KVNamespace | R2Bucket)

    However, if your config does not contain any environments, or you manually specify an environment via --env, wrangler types will continue to generate a single interface as before.

    Example:

    Given the following wrangler.jsonc:

    {
    	"name": "my-worker",
    	"kv_namespaces": [
    		{
    			"binding": "SHARED_KV",
    			"id": "abc123",
    		},
    	],

... (truncated)

Commits
  • fb0e101 Version Packages (#12021)
  • 1375577 fix: typo'd arg name for d1 insights --time-period (#12039)
  • bba0968 feat(wrangler/cli): add @bomb.sh/tab completions (#11113)
  • f9e8a45 Generate types for all bindings across all environments (#11893)
  • 614bbd7 Add support for increased Pages max asset limit in the pages validate… (#12030)
  • ae108f0 feat(unenv-preset): Remove the experimental flag from _stream_wrap, … (#12024)
  • c3407ad Fix wrangler setup not automatically selecting the workers as the target ...
  • 788bf78 chore(deps): bump the workerd-and-workers-types group with 2 updates (#11993)
  • 0c7e1f4 Version Packages (#11937)
  • 75386b1 Always pass a valid redirect_uri callback parameter (localhost:8976) to C...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260118.0` | `4.20260124.0` |
| [@sentry/core](https://github.com/getsentry/sentry-javascript) | `10.35.0` | `10.36.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.1` | `8.54.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` |
| [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.1.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.59.2` | `4.60.0` |


Updates `@cloudflare/workers-types` from 4.20260118.0 to 4.20260124.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@sentry/core` from 10.35.0 to 10.36.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@10.35.0...10.36.0)

Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

Updates `globals` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v17.0.0...v17.1.0)

Updates `prettier` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.0...3.8.1)

Updates `wrangler` from 4.59.2 to 4.60.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.60.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-version: 4.20260124.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@sentry/core"
  dependency-version: 10.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: globals
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: wrangler
  dependency-version: 4.60.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants